-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(developer): Mention PHP 8.4 support #12292
base: master
Are you sure you want to change the base?
Conversation
nickvergessen
commented
Oct 17, 2024
Signed-off-by: Joas Schilling <[email protected]>
/backport to stable30 |
|
||
<dependencies> | ||
<php min-version="8.1" max-version="8.4" /> | ||
<nextcloud min-version="26" max-version="28" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<nextcloud min-version="26" max-version="28" /> | |
<nextcloud min-version="26" max-version="30" /> |
Makes no sense to support 8.4 but not 30.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, was copy pasta from adding 8.3 and seems I didnt replace all.
<nextcloud min-version="26" max-version="28" /> | |
<nextcloud min-version="28" max-version="30" /> |
|
||
<dependencies> | ||
<php min-version="8.1" max-version="8.4" /> | ||
<nextcloud min-version="26" max-version="28" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<nextcloud min-version="26" max-version="28" /> | |
<nextcloud min-version="29" max-version="31" /> |